home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / bin / testrb1.8 < prev    next >
Text File  |  2008-09-19  |  150b  |  6 lines

  1. #!/usr/bin/ruby1.8
  2. require 'test/unit'
  3. (r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
  4.   abort r.options.banner + " tests..."
  5. exit r.run
  6.